home *** CD-ROM | disk | FTP | other *** search
/ Grapevine 20 / Grapevine 20 (Disk 1 of 2).adf / Files / arexxexamps.lha / ARTICLES / AREXX_EXAMPLES / Example3.rexx < prev    next >
OS/2 REXX Batch file  |  1980-01-07  |  59b  |  6 lines

  1. /* Example 3 */
  2.  
  3. a = 20
  4. b = 30
  5. c = a + b
  6. Say "20 + 30 = " c